home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-27 | 362 b | 19 lines |
- #
- # This is the make file for the xtra library for DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = nure_svd.obj bzrintrp.obj
-
- libxtra.a: $(OBJS)
- ar rc libxtra.a $(OBJS)
-
- install: libxtra.a
- copy libxtra.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libxtra.a
-
- # Dependencies starts here - do not touch, generated automatically.
-